hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
Download
feature
Undocumented in source.
struct
Download {
DownloadURL
url
;
string
outputPath
;
TargetVersion
ver
;
void
function
(
string
outputPath
)
onDownloadFinish
;
bool
download
(Terminal t, RealTimeConsoleInput input, TargetVersion ver);
string
getOutputPath
();
string
getOutputPath
(TargetVersion ver);
}
Members
Functions
download
bool
download
(Terminal t, RealTimeConsoleInput input, TargetVersion ver)
Undocumented in source. Be warned that the author may not have intended to support it.
getOutputPath
string
getOutputPath
()
Undocumented in source. Be warned that the author may not have intended to support it.
getOutputPath
string
getOutputPath
(TargetVersion ver)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
onDownloadFinish
void
function
(
string
outputPath
)
onDownloadFinish
;
Undocumented in source.
outputPath
string
outputPath
;
Supports $CWD, $TEMP, $VERSION and $NAME
url
DownloadURL
url
;
Undocumented in source.
ver
TargetVersion
ver
;
Negative version ignored.
Meta
Source
See Implementation
feature
mixin templates
StartFeatures
structs
Download
DownloadURL
ExistenceChecker
ExistenceStatus
Feature
Installation
TargetVersion
Task
VersionRange